Add SSL/TLS support to relocation
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 1 May 2008 08:50:16 +0000 (09:50 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 1 May 2008 08:50:16 +0000 (09:50 +0100)
commit0f26d15c7bab72a0ec3fbb01863f160b488dad42
treeeb738b001a2909ba19b164ce8ef5f28d7b9f0625
parentfff03db7d506d63e9a37bcfd1cf4e106179ac237
Add SSL/TLS support to relocation

 * SSL/TLS support is disabled by default, as other server did.

 * If "xend-relocation-server-ssl-key-file" and
   "xend-relocation-server-ssl-cert-file" exist, SSL/TLS is enabled
   automatically.

 * "xend-relocation-tls" is used by relocation client only.

Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
tools/examples/xend-config.sxp
tools/python/xen/web/tcp.py
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendOptions.py
tools/python/xen/xend/server/relocate.py